From aac888c0499e7b8b06b320e438383efced40d0e5 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 29 Jul 2005 18:09:34 +0000 Subject: [PATCH] Tweak BCR capapabilities. From Olaf. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1335 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/bcr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/bcr.c b/gpsbabel/bcr.c index 055d42f86..29bde2fa7 100644 --- a/gpsbabel/bcr.c +++ b/gpsbabel/bcr.c @@ -491,7 +491,7 @@ bcr_data_write(void) ff_vecs_t bcr_vecs = { ff_type_file, - { ff_cap_none, ff_cap_read | ff_cap_write, ff_cap_none }, + { ff_cap_none, ff_cap_none, ff_cap_read | ff_cap_write}, bcr_rd_init, bcr_wr_init, bcr_rd_deinit, -- 2.30.2